Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-11947 | GEN000580 | SV-27111r1_rule | IAIA-1 IAIA-2 | Medium |
Description |
---|
The use of longer passwords reduces the ability of attackers to successfully obtain valid passwords using guessing or exhaustive search techniques by increasing the password search space. |
STIG | Date |
---|---|
HP-UX 11.23 Security Technical Implementation Guide | 2013-03-28 |
Check Text ( C-28027r1_chk ) |
---|
Check the system password length setting. # grep MIN_PASSWORD_LENGTH /etc/default/security If MIN_PASSWORD_LENGTH is not set to 14 or more, this is a finding. |
Fix Text (F-24374r1_fix) |
---|
Edit /etc/default/security and set the MIN_PASSWORD_LENGTH variable to 14 or greater. |